This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: David Peterson has released Concordion 1.3.1, an open source acceptance testing framework based...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
David Peterson has released Concordion 1.3.1, an open source acceptance testing framework based on JUnit and XHTML. If I'm reading this right, tests are written in XHTML, but fixtures are written in a JUnit test case. The XHTML becomes a runnable specification. The piece that itches me a little is the fixture is written in Java os that the test specification is really split over two files, one in Java and one in XHTML. I'd prefer to hyave a test case completely contained in one file, be it Java or XHTML, even if this involves embedding Java in XHTML or vice versa.