Package jetbrains.mps.project.facets
Class TestsFacetImpl
- java.lang.Object
 - 
- jetbrains.mps.extapi.module.ModuleFacetBase
 - 
- jetbrains.mps.project.facets.TestsFacetImpl
 
 
 
- 
- All Implemented Interfaces:
 GenerationTargetFacet,TestsFacet,SModuleFacet
public class TestsFacetImpl extends ModuleFacetBase implements TestsFacet
 
- 
- 
Field Summary
- 
Fields inherited from interface jetbrains.mps.project.facets.TestsFacet
FACET_TYPE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TestsFacetImpl() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()IFilegetTestsOutputPath()static IFilegetTestsOutputPath(ModuleDescriptor descriptor, IFile moduleDescriptorFile)- 
Methods inherited from class jetbrains.mps.extapi.module.ModuleFacetBase
checkNotRegistered, dispose, getFacetPresentation, getFacetType, getModule, isRegistered, load, save, setModule 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.openapi.module.SModuleFacet
getFacetType, getModule, load, save 
- 
Methods inherited from interface jetbrains.mps.project.facets.TestsFacet
getOutputCacheLocation, getOutputCacheRoot, getOutputCacheRoot, getOutputLocation, getOutputRoot 
 - 
 
 - 
 
- 
- 
Method Detail
- 
attach
public void attach()
- Overrides:
 attachin classModuleFacetBase
 
- 
getTestsOutputPath
@Nullable public IFile getTestsOutputPath()
- Specified by:
 getTestsOutputPathin interfaceTestsFacet- Returns:
 - test output folder, if there is one. Otherwise returns null.
 
 
- 
getTestsOutputPath
@Nullable public static IFile getTestsOutputPath(ModuleDescriptor descriptor, @NotNull IFile moduleDescriptorFile)
 
 - 
 
 -