Search in sources :

Example 51 with Schema

use of com.yahoo.rdl.Schema in project athenz by yahoo.

the class ZMSImplTest method testGetSchema.

@Test
public void testGetSchema() {
    Schema schema = zms.getRdlSchema(mockDomRsrcCtx);
    assertNotNull(schema);
}
Also used : Schema(com.yahoo.rdl.Schema)

Aggregations

Schema (com.yahoo.rdl.Schema)51 Test (org.testng.annotations.Test)49 Validator (com.yahoo.rdl.Validator)45 Result (com.yahoo.rdl.Validator.Result)45 ArrayList (java.util.ArrayList)3 Struct (com.yahoo.rdl.Struct)1