Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_pt
CreateActions
CreateActions_de
SpringControllers_ko
ValidationAndList_pt




JSPWiki v2.2.33

[RSS]


Hide Menu

ValidationAndList


Difference between version 71 and version 70:

At line 143 changed 1 line.
public void testGetPersons() throws Exception {
public void testGetPeople() throws Exception {
At line 149 changed 1 line.
personDao.expects(once()).method("getPersons")
personDao.expects(once()).method("getPeople")
At line 152 changed 2 lines.
List persons = personManager.getPersons(null);
assertTrue(persons.size() == 1);
List people = personManager.getPeople(null);
assertTrue(people.size() == 1);

Back to ValidationAndList, or to the Page History.