Class DbViewUtilTest
- java.lang.Object
-
- com._1c.g5.v8.dt.metadata.dbview.util.DbViewUtilTest
-
public class DbViewUtilTest extends Object
DbViewUtiltests
-
-
Constructor Summary
Constructors Constructor Description DbViewUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitTestData()voidtestFieldsWithTypeSet()voidtestFieldWith2EqualsRefTypes()Tests thatDbViewUtilreturns 2 fields for custom field with 2 Catalog reference types.voidtestNoFields()Tests thatDbViewUtilreturns no fields for field "DataVersion" with "String" typevoidtestReturns2Fields()Tests thatDbViewUtilreturns 2 fields for field "Ref" with catalog ref type.
-
-
-
Method Detail
-
initTestData
public void initTestData()
-
testNoFields
public void testNoFields()
Tests thatDbViewUtilreturns no fields for field "DataVersion" with "String" type
-
testReturns2Fields
public void testReturns2Fields()
Tests thatDbViewUtilreturns 2 fields for field "Ref" with catalog ref type.
-
testFieldWith2EqualsRefTypes
public void testFieldWith2EqualsRefTypes()
Tests thatDbViewUtilreturns 2 fields for custom field with 2 Catalog reference types.
-
testFieldsWithTypeSet
public void testFieldsWithTypeSet()
-
-