type
HaystackTest
@Js
abstract class HaystackTest : Test
HaystackTest provides convenience methods for testing common Haystack data structures.
fields
| m |
Convenience for |
|---|
methods
| n |
Convenience for constructing a |
|---|---|
| verifyDictEq |
Verify two Dictts have same name/val pairs |
| verifyGridEq |
Verify that two grids are equal (meta, cols, and rows) |
| verifyGridIsEmpty |
Verify that given grid is empty (has no rows) |
| verifyListEq |
Verify contents of two lists using |
| verifyRefEq |
Verify two Refs are equal for both id and dis |
| verifyValEq |
Verify two Haystack values are equal. |
Slot Details
m
const static Marker m := Marker.val
Convenience for Marker.val
n
verifyDictEq
verifyGridEq
verifyGridIsEmpty
verifyListEq
virtual Void verifyListEq(List a, List b, Str? msg := null)
Verify contents of two lists using verifyValEq