$TestsOnly$ /* A contrived object for test data. */ concrete TestData { // Parses the test-data.txt file using a one-off format. @type parseFrom (String) -> (ErrorOr) @type create (String,String,Bool) -> (TestData) @value getName () -> (String) @value getDescription () -> (String) @value getBoolean () -> (Bool) }