Search in sources :

Example 51 with OWLConfig

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

the class VE_HydraulicQuasiPort_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 52 with OWLConfig

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

the class VE_ElectromagneticQuasiPort_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 53 with OWLConfig

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

the class VE_LinearAcceleration_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 54 with OWLConfig

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

the class VE_LinearDisplacement_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 55 with OWLConfig

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

the class VE_Pressure_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)

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