This commit is contained in:
Timo Westkämper 2009-11-10 08:54:23 +00:00
parent bb1d5b738a
commit b093106a60

View File

@ -33,6 +33,7 @@ public class CaseBuilderTest {
.when($(c.getAnnualSpending()).gt(2000)).then("Silver")
.otherwise("Bronze");
// NOTE : this is just a test serialization, not the real one
assertEquals(
"case " +
"when customer.annualSpending > 10000 then Premier " +