![JAR search and dependency download from the Maven repository](/logo.png)
org.alfresco.mock.test.MockDictionaryBootstrap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-tests Show documentation
Show all versions of alfresco-tests Show documentation
This is a jar project based on mock classes to test fastly the alfresco applications
The newest version!
package org.alfresco.mock.test;
import org.alfresco.repo.dictionary.DictionaryListener;
public class MockDictionaryBootstrap implements DictionaryListener {
@Override
public void onDictionaryInit() {
// TODO Auto-generated method stub
}
@Override
public void afterDictionaryDestroy() {
// TODO Auto-generated method stub
}
@Override
public void afterDictionaryInit() {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy