Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 24.2. Configuration of the JUnit based integration test environment . . . . . . . . . . . . . . . . . . . . . . . . . 283 24.3. Summary . . . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 268 24.2. Configuration of the JUnit based integration test environment . . . . . . . . . . . . . . . . . . . . . . . . . 270 24.3. Summary . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 24.2. Configuration of the JUnit based integration test environment . . . . . . . . . . . . . . . . . . . . . . . . . 282 24.3. Summary . . . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253 23. Test Driven Development with Wicket. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 24. Test Driven Development with Wicket and Spring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 24.2. Configuration of the JUnit based integration test environment . . . . . . . . . . . . . . . . . . . . . . . . . 269 24.3. Summary . . . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3Introducing Apache Wicket
Label("loginStatus")); } public final void onSubmit() { if(username.equals("test") && password.equals("test")) loginStatus = "Congratulations!"; else loginStatus Wicket Test in isolation ● Test Driven Development (and unit testing) has become a fundamental activity in our everyday-job. Wicket ofers a rich set of helper classes that allows us to test our applications additional library required, just Wicket and JUnit (no need of browser automation tools like Selenium) Test in isolation public class TestHomePage { private WicketTester tester; @Before public0 码力 | 53 页 | 1.85 MB | 1 年前3
共 5 条
- 1