Hello,

With WicketTester how do check that a word is not present in the page...
  tester.assertContains("toto"); // check is the word toto is in the page...
I would like:
  tester.assertNotContains("toto");
=> To be sure, that I don't have this word on my page...

thanks

arnaud

Reply via email to