| |
|
| java.lang.Object com.flexive.tests.embedded.ContentEngineTest
ContentEngineTest | public class ContentEngineTest (Code) | | Tests for the ContentEngine
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
compactTest | public void compactTest() throws Exception(Code) | | Test compacting and removing empty entries
throws: Exception - on errors |
defaultMultiplicity | public void defaultMultiplicity() throws Exception(Code) | | |
setupStructures | public void setupStructures() throws Exception(Code) | | Setup testing structure.
Hierarchy looks like this:
TestProperty1 (String 255)[0..1]
TestProperty2 (String 1024) [1..1]
TestProperty3 (String 255) [0..5]
TestProperty4 (String 255) [1..N]
$ TestGroup1 [0..2]
$ * TestProperty1_1 (String 255) [0..1]
$ * TestProperty1_2 (String 255) [1..1]
$ * TestProperty1_3 (String 255) [1..N]
$ $ TestGroup1_1 [1..1]
$ $ * TestProperty1_1_1 (String 255) [0..1]
$ $ TestGroup1_2 [0..N]
$ $ * TestProperty1_2_1 (String 255) [1..1]
$ $ * TestProperty1_2_2 (String 255) [0..5]
$ $ $ TestGroup1_2_1 [1..2]
$ $ $ * TestProperty1_2_1_1 (String 255) [0..2]
$ $ TestGroup1_3 [1..2]
$ $ * TestProperty1_3_1 (String 255) [0..1]
TestNumber (FxNumber) [0..2]
TestNumberSL (FxNumber) [0..2] (Single language only)
TestFloat (FxFloat) [0..2]
throws: Exception - on errors |
|
|
|