Class DbViewUtilTest
- java.lang.Object
- 
- com._1c.g5.v8.dt.metadata.dbview.util.DbViewUtilTest
 
- 
 public class DbViewUtilTest extends Object DbViewUtiltests
- 
- 
Constructor SummaryConstructors Constructor Description DbViewUtilTest()
 - 
Method SummaryAll 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- 
initTestDatapublic void initTestData() 
 - 
testNoFieldspublic void testNoFields() Tests thatDbViewUtilreturns no fields for field "DataVersion" with "String" type
 - 
testReturns2Fieldspublic void testReturns2Fields() Tests thatDbViewUtilreturns 2 fields for field "Ref" with catalog ref type.
 - 
testFieldWith2EqualsRefTypespublic void testFieldWith2EqualsRefTypes() Tests thatDbViewUtilreturns 2 fields for custom field with 2 Catalog reference types.
 - 
testFieldsWithTypeSetpublic void testFieldsWithTypeSet() 
 
- 
 
-