Class VersionRangeTest
- java.lang.Object
-
- com._1c.g5.v8.dt.platform.version.VersionRangeTest
-
public class VersionRangeTest extends Object
Unit tests forVersionRange
-
-
Constructor Summary
Constructors Constructor Description VersionRangeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCheckInRange1()voidtestCheckInRange2()voidtestCheckInRange3()voidtestCheckInRange4()voidtestCheckInRange5()voidtestCheckIntersect1()voidtestCheckIntersect2()voidtestCheckIntersect3()voidtestCheckIntersect4()voidtestCheckIntersect5()voidtestCheckIntersect6()voidtestCheckIntersect7()voidtestCorrectData1()voidtestCorrectData2()
-
-
-
Method Detail
-
testCorrectData1
public void testCorrectData1()
-
testCorrectData2
public void testCorrectData2()
-
testCheckIntersect1
public void testCheckIntersect1()
-
testCheckIntersect6
public void testCheckIntersect6()
-
testCheckIntersect5
public void testCheckIntersect5()
-
testCheckIntersect4
public void testCheckIntersect4()
-
testCheckIntersect3
public void testCheckIntersect3()
-
testCheckIntersect2
public void testCheckIntersect2()
-
testCheckIntersect7
public void testCheckIntersect7()
-
testCheckInRange1
public void testCheckInRange1()
-
testCheckInRange2
public void testCheckInRange2()
-
testCheckInRange3
public void testCheckInRange3()
-
testCheckInRange4
public void testCheckInRange4()
-
testCheckInRange5
public void testCheckInRange5()
-
-