public class BRJSBuilder extends NodeBuilder<BRJS>
builderChainer, node, specTest
Constructor and Description |
---|
BRJSBuilder(SpecTest modelTest,
BRJS brjs) |
containsEmptyFile, containsFile, containsFileCopiedFrom, containsFiles, containsFileWithContents, containsFolder, containsLockedStorageFile, containsStorageFile, doesNotContainFile, doesNotExist, hasBeenPopulated, hasCommonJsPackageStyle, hasCommonJsPackageStyle, hasDir, hasNamespacedJsPackageStyle, hasNamespacedJsPackageStyle, hasPackageStyle, hasPersistentNodeProperty, hasTransientNodeProperty, writeToFile, writeToFile
public BuilderChainer hasBeenPopulated() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasCommandPlugins(CommandPlugin... commands)
public BuilderChainer hasModelObserverPlugins(ModelObserverPlugin... modelObservers)
public BuilderChainer hasContentPlugins(ContentPlugin... contentPlugins)
public BuilderChainer hasConfigurationFileWithContent(java.lang.String filename, java.lang.String content) throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasAssetPlugins(AssetPlugin... assetPlugins)
public BuilderChainer hasMinifierPlugins(MinifierPlugin... minifyPlugins)
public BuilderChainer hasTagHandlerPlugins(TagHandlerPlugin... tagHandlers)
public BuilderChainer automaticallyFindsCommandPlugins()
public BuilderChainer automaticallyFindsModelObservers()
public BuilderChainer automaticallyFindsContentPlugins()
public BuilderChainer automaticallyFindsTagHandlerPlugins()
public BuilderChainer automaticallyFindsAssetPlugins()
public BuilderChainer automaticallyFindsBundlerPlugins()
public BuilderChainer automaticallyFindsMinifierPlugins()
public BuilderChainer automaticallyFindsRequirePlugins()
public BuilderChainer automaticallyFindsAllPlugins()
public BuilderChainer hasNotYetBeenCreated() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenCreated() throws java.lang.Exception
hasBeenCreated
in class NodeBuilder<BRJS>
java.lang.Exception
public BuilderChainer hasBeenCreatedWithWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreated() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreatedWithWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreatedWithFileWatcherThread() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreatedWithFilePollingThread() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreatedWithAutoConfiguredObserverThread() throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyCreatedWithFileWatcherThreadAndWorkingDir(java.io.File workingDir) throws java.lang.Exception
java.lang.Exception
public BuilderChainer hasBeenAuthenticallyReCreated() throws java.lang.Exception
java.lang.Exception
public BuilderChainer usedForServletModel() throws java.lang.Exception
java.lang.Exception
public BuilderChainer commandHasBeenRun(java.lang.String... args) throws java.lang.Exception
java.lang.Exception
public BuilderChainer userCommandHasBeenRun(java.lang.String... args) throws java.lang.Exception
java.lang.Exception
public BuilderChainer usesProductionTemplates() throws java.io.IOException
java.io.IOException
public BuilderChainer usesProductionTemplates(java.io.File brjsSdkDir) throws java.io.IOException
java.io.IOException
public BuilderChainer usesJsDocResources() throws java.io.IOException
java.io.IOException
public BuilderChainer usesJsDocResources(java.io.File brjsSdkDir) throws java.io.IOException
java.io.IOException
public BuilderChainer hasVersion(java.lang.String version)
public BuilderChainer localeSwitcherHasContents(java.lang.String string) throws java.io.IOException, javax.naming.InvalidNameException, ModelUpdateException
java.io.IOException
javax.naming.InvalidNameException
ModelUpdateException
public BuilderChainer appsHaveBeeniterated()
public BuilderChainer pluginsAccessed()
public void hasBeenInactiveForOneMillisecond()
public BuilderChainer doesNotContainFolder(java.lang.String filePath)
doesNotContainFolder
in class NodeBuilder<BRJS>