public void ResizeArray002() { var int1 = MultiHostNullNull(); var apl1 = new AplGroup002.DWA(int1); var res1 = apl1.TestResizeArray002(); Assert.IsTrue(res1); int1.Unload(); }
public void ComplexResultSet004() { var int1 = MultiHostNullNull(); var apl1 = new AplGroup002.DWA(int1); var res1 = apl1.TestComplexResultSet004(); Assert.IsTrue(res1); int1.Unload(); }
public void ComplexResultSet005() { // should throw at some point due to incorrect DWA operations var int1 = MultiHostNullNull(); var apl1 = new AplGroup002.DWA(int1); var res1 = apl1.TestComplexResultSet005(); Assert.IsTrue(res1); int1.Unload(); }
public void ResizeArray001() { // should throw at some point due to incorrect DWA operations var int1 = MultiHostNullNull(); var apl1 = new AplGroup002.DWA(int1); try { var res1 = apl1.TestResizeArray001(); Assert.IsTrue(res1); } catch (Exception ex) { Console.Write(ex); } int1.Unload(); }