Interface ITableTestCase

interface ITableTestCase {
    dimensions: string[];
    measures: string[];
    result: any[][];
}

Properties

dimensions: string[]
measures: string[]
result: any[][]