mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
This commit is contained in:
parent
bb1d5b738a
commit
b093106a60
@ -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 " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user