Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appreciated/maven-springboot-electron
/ functions
Functions
24 in github.com/appreciated/maven-springboot-electron
⨍
Functions
24
◇
Types & classes
7
↓ 11 callers
Method
__
(phrase)
src/main/javascript/translations/i18n.js:24
↓ 3 callers
Function
error_log
(exception)
src/main/javascript/main.js:24
↓ 3 callers
Function
showStartUpErrorMessage
()
src/main/javascript/main.js:101
↓ 2 callers
Function
beginStartUp
()
src/main/javascript/main.js:157
↓ 2 callers
Method
isUsingHub
Returns whether we are using a test hub. This means that the starter is running tests in Vaadin's CI environment, and uses TestBench to connect to the
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:113
↓ 1 callers
Method
assertThemePresentOnElement
Asserts that the given {@code element} is rendered using a theme identified by {@code themeClass}. If the theme is not found, JUnit assert will fail t
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:76
↓ 1 callers
Function
awaitStartUp
(appUrl, callback)
src/main/javascript/main.js:68
↓ 1 callers
Function
focusSecondInstance
()
src/main/javascript/main.js:77
↓ 1 callers
Method
getDeploymentHostname
If running on CI, get the host name from environment variable HOSTNAME @return the host name
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:123
↓ 1 callers
Function
getJavaFile
()
src/main/javascript/main.js:87
↓ 1 callers
Method
getMessage
()
src/main/java/com/github/appreciated/spring/MessageBean.java:11
↓ 1 callers
Method
getURL
Returns deployment host name concatenated with route. @return URL to route
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:101
↓ 1 callers
Function
showApplication
(appUrl)
src/main/javascript/main.js:33
↓ 1 callers
Function
showLoadingScreen
()
src/main/javascript/main.js:148
↓ 1 callers
Function
spawnServerProcess
(port)
src/main/javascript/main.js:111
Method
AbstractViewTest
()
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:39
Method
MainView
(@Autowired MessageBean bean)
src/main/java/com/github/appreciated/spring/MainView.java:14
Method
buttonIsUsingLumoTheme
()
src/test/java/com/github/appreciated/spring/MainViewIT.java:33
Method
clickingButtonShowsNotification
()
src/test/java/com/github/appreciated/spring/MainViewIT.java:13
Method
clickingButtonTwiceShowsTwoNotifications
()
src/test/java/com/github/appreciated/spring/MainViewIT.java:22
Method
constructor
()
src/main/javascript/translations/i18n.js:13
Method
getRootElement
Convenience method for getting the root element of the view based on the selector passed to the constructor. @return the root element
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:64
Method
main
(String[] args)
src/main/java/com/github/appreciated/spring/Application.java:13
Method
setup
()
src/test/java/com/github/appreciated/spring/AbstractViewTest.java:48