Class EvlAcceptanceTestUtil

    • Field Detail

      • testsBase

        public static final String testsBase
      • metamodelsRoot

        public static final String metamodelsRoot
      • scriptsRoot

        public static final String scriptsRoot
      • modelsRoot

        public static final String modelsRoot
      • javaModels

        public static final String[] javaModels
      • javaScripts

        public static final String[] javaScripts
      • thriftScripts

        public static final String[] thriftScripts
      • thriftModels

        public static final String[] thriftModels
      • cookbookScripts

        public static final String[] cookbookScripts
      • cookbookModels

        public static final String[] cookbookModels
      • imdbScripts

        public static final String[] imdbScripts
      • imdbModels

        public static final String[] imdbModels
      • allInputs

        public static final List<String[]> allInputs
        Nx3 array where N is number of test inputs;
        0 is the script path, 1 is the model path, 2 is the metamodel path.
      • javaInputs

        public static final List<String[]> javaInputs
        Nx3 array where N is number of test inputs;
        0 is the script path, 1 is the model path, 2 is the metamodel path.
      • thriftInputs

        public static final List<String[]> thriftInputs
        Nx3 array where N is number of test inputs;
        0 is the script path, 1 is the model path, 2 is the metamodel path.
      • cookbookInputs

        public static final List<String[]> cookbookInputs
        Nx3 array where N is number of test inputs;
        0 is the script path, 1 is the model path, 2 is the metamodel path.
      • imdbInputs

        public static final List<String[]> imdbInputs
        Nx3 array where N is number of test inputs;
        0 is the script path, 1 is the model path, 2 is the metamodel path.
    • Constructor Detail

      • EvlAcceptanceTestUtil

        protected EvlAcceptanceTestUtil()