Search in sources :

Example 61 with OWLConfig

use of com.opensimulationplatform.core.owlconfig.OWLConfig in project osp-validator by open-simulation-platform.

the class VE_VariableGroup_1_Test method setUp.

@Before
public void setUp() {
    builder.setContext(builderContext);
    builderContext.owl = new OWLConfig();
    validationErrorContext.owl = builderContext.owl;
    validationErrorContext.variableGroups = builderContext.variableGroups;
    validationErrorContext.invalidIndividuals = builderContext.invalidIndividuals;
    validationError.setContext(validationErrorContext);
}
Also used : OWLConfig(com.opensimulationplatform.core.owlconfig.OWLConfig) Before(org.junit.Before)

Example 62 with OWLConfig

use of com.opensimulationplatform.core.owlconfig.OWLConfig in project osp-validator by open-simulation-platform.

the class VE_VariableGroup_3_Test method setUp.

@Before
public void setUp() {
    builder.setContext(builderContext);
    builderContext.owl = new OWLConfig();
    validationErrorContext.owl = builderContext.owl;
    validationErrorContext.variableGroups = builderContext.variableGroups;
    validationErrorContext.invalidIndividuals = builderContext.invalidIndividuals;
    validationError.setContext(validationErrorContext);
}
Also used : OWLConfig(com.opensimulationplatform.core.owlconfig.OWLConfig) Before(org.junit.Before)

Example 63 with OWLConfig

use of com.opensimulationplatform.core.owlconfig.OWLConfig in project osp-validator by open-simulation-platform.

the class VE_Voltage_2_Test method setUp.

@Before
public void setUp() {
    builder.setContext(builderContext);
    builderContext.owl = new OWLConfig();
    validationErrorContext.owl = builderContext.owl;
    validationErrorContext.variableGroups = builderContext.variableGroups;
    validationErrorContext.invalidIndividuals = builderContext.invalidIndividuals;
    validationError.setContext(validationErrorContext);
}
Also used : OWLConfig(com.opensimulationplatform.core.owlconfig.OWLConfig) Before(org.junit.Before)

Example 64 with OWLConfig

use of com.opensimulationplatform.core.owlconfig.OWLConfig in project osp-validator by open-simulation-platform.

the class VE_Voltage_3_Test method setUp.

@Before
public void setUp() {
    builder.setContext(builderContext);
    builderContext.owl = new OWLConfig();
    validationErrorContext.owl = builderContext.owl;
    validationErrorContext.variableGroups = builderContext.variableGroups;
    validationErrorContext.invalidIndividuals = builderContext.invalidIndividuals;
    validationError.setContext(validationErrorContext);
}
Also used : OWLConfig(com.opensimulationplatform.core.owlconfig.OWLConfig) Before(org.junit.Before)

Example 65 with OWLConfig

use of com.opensimulationplatform.core.owlconfig.OWLConfig in project osp-validator by open-simulation-platform.

the class VE_Volume_1_Test method setUp.

@Before
public void setUp() {
    builder.setContext(builderContext);
    builderContext.owl = new OWLConfig();
    validationErrorContext.owl = builderContext.owl;
    validationErrorContext.variableGroups = builderContext.variableGroups;
    validationErrorContext.invalidIndividuals = builderContext.invalidIndividuals;
    validationError.setContext(validationErrorContext);
}
Also used : OWLConfig(com.opensimulationplatform.core.owlconfig.OWLConfig) Before(org.junit.Before)

Aggregations

OWLConfig (com.opensimulationplatform.core.owlconfig.OWLConfig)68 Before (org.junit.Before)66 OwlBuilderContext (com.opensimulationplatform.core.owlbuilder.OwlBuilderContext)2 Simulator (com.opensimulationplatform.core.model.systemstructure.Simulator)1 SimulatorOwlBuilder (com.opensimulationplatform.core.owlbuilder.SimulatorOwlBuilder)1 SystemStructureOwlBuilder (com.opensimulationplatform.core.owlbuilder.SystemStructureOwlBuilder)1