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