Operation |
Details |
public const getCache():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Sets the validation schema cache instance. | |
public const getConnection():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Sets the JDBC connection. | |
public const testClearCache():void |
Sequential Tags: | annotations=@Ignore("Won't work until validation repository moves to framework.")@Test throws=Exception
| Notes: | Clears the validation database. Since the schemas cannot be retrieved from the framework the schema table is not not cleared. | |
public const testCreateCache():void |
Sequential Tags: | annotations=@Ignore@Test throws=Exception
| Notes: | Tests cache creation. Since the schemas cannot be retrieved from the framework this test is a little fake, because it only tests on the still existing schemas, but not if these are newly retrieved. | |
public const testGetPrecompiledTransformer():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Tests retrieval of PrecompiledTransformer as done in ItemValidatingBean. | |
public const testRefreshCache():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Tests cache refreshing. | |