Beispiel #1
0
        public new void GetValues2CInputAsStamps()
        {
            // Fortran engine does not support running two instances
            // at the same time, hence we check it as upper and lower river
            // in two runs

            // Run with fortran river as the upper river
            base.GetValues2CInputAsStamps();
            // Run with fortran river as the lower river
            _riverModelFactory = new FortranRiverModelFactory(2);
            base.GetValues2CInputAsStamps();
        }
Beispiel #2
0
 public void Setup()
 {
     _riverModelFactory = new FortranRiverModelFactory();
     CreateModelsAndInputItemsForQuery();
 }
Beispiel #3
0
 public void TestFixtureSetup()
 {
     _riverModelFactory = new FortranRiverModelFactory();
 }