|
|
|
|
@ -44,8 +44,7 @@ class BlindFilterInstrumentedTest : BaseFilterInstrumentedUnitTest() { |
|
|
|
|
val filter = QueryCondition.BLIND() |
|
|
|
|
|
|
|
|
|
val blind = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s1.blinds!! |
|
|
|
|
hasDefaultCurrency = false |
|
|
|
|
stringValues = arrayListOf(s1.blinds!!) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
blind.filterSectionRow = FilterSectionRow.BLIND |
|
|
|
|
@ -92,12 +91,10 @@ class BlindFilterInstrumentedTest : BaseFilterInstrumentedUnitTest() { |
|
|
|
|
val filter = QueryCondition.BLIND() |
|
|
|
|
|
|
|
|
|
val blind1 = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s1.blinds!! |
|
|
|
|
hasDefaultCurrency = true |
|
|
|
|
stringValues = arrayListOf(s1.blinds!!) |
|
|
|
|
} |
|
|
|
|
val blind2 = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s2.blinds!! |
|
|
|
|
hasDefaultCurrency = true |
|
|
|
|
stringValues = arrayListOf(s2.blinds!!) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
blind1.filterSectionRow = FilterSectionRow.BLIND |
|
|
|
|
@ -146,8 +143,7 @@ class BlindFilterInstrumentedTest : BaseFilterInstrumentedUnitTest() { |
|
|
|
|
val filter = QueryCondition.BLIND() |
|
|
|
|
|
|
|
|
|
val blind = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s3.blinds!! |
|
|
|
|
hasDefaultCurrency = false |
|
|
|
|
stringValues = arrayListOf(s3.blinds!!) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
blind.filterSectionRow = FilterSectionRow.BLIND |
|
|
|
|
@ -195,12 +191,10 @@ class BlindFilterInstrumentedTest : BaseFilterInstrumentedUnitTest() { |
|
|
|
|
val filter = QueryCondition.BLIND() |
|
|
|
|
|
|
|
|
|
val blind1 = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s1.blinds!! |
|
|
|
|
hasDefaultCurrency = false |
|
|
|
|
stringValues = arrayListOf(s1.blinds!!) |
|
|
|
|
} |
|
|
|
|
val blind2 = QueryCondition.BLIND().apply { |
|
|
|
|
blind = s2.blinds!! |
|
|
|
|
hasDefaultCurrency = false |
|
|
|
|
stringValues = arrayListOf(s2.blinds!!) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
blind1.filterSectionRow = FilterSectionRow.BLIND |
|
|
|
|
|