system-stubs
System Stubs - Test Doubles for Java System resources
File Explorer
Download Latest Version (.zip)- release-latest-version.yaml
- dependabot.yml
- maven-wrapper.jar
- maven-wrapper.properties
- EnvironmentVariableMocker.java
- EnvironmentVariables.java
- LoadingException.java
- WrappedThrowable.java
- PropertiesUtils.java
- SystemProperties.java
- SystemPropertiesImpl.java
- Executable.java
- NameValuePairSetter.java
- PropertySource.java
- Resources.java
- SingularTestResource.java
- TestResource.java
- AbortExecutionException.java
- NoExitSecurityManager.java
- SecurityManagerStub.java
- SystemExit.java
- AltInputStream.java
- DecoratingAltStream.java
- LinesAltStream.java
- TextAltStream.java
- ThrowAtEndStream.java
- DisallowWriteStream.java
- MultiplexOutput.java
- NoopStream.java
- Output.java
- OutputFactories.java
- OutputFactory.java
- TapStream.java
- StreamException.java
- SystemErr.java
- SystemErrAndOut.java
- SystemIn.java
- SystemOut.java
- SystemStreamBase.java
- SystemStubs.java
- ThrowingRunnable.java
- EnvironmentVariableMockerTest.java
- EnvironmentVariablesTest.java
- SystemPropertiesTest.java
- PropertySourceTest.java
- ResourcesTest.java
- SingularTestResourceTest.java
- SystemExitTest.java
- TextAltStreamTest.java
- ThrowAtEndStreamTest.java
- MultiplexOutputTest.java
- OutputFactoriesTest.java
- SystemErrAndOutTest.java
- SystemInTest.java
- SystemStreamBaseTest.java
- AssertNothingWrittenToSystemErrTest.java
- AssertNothingWrittenToSystemOutTest.java
- CatchSystemExitTest.java
- MethodUnderTest.java
- MuteSystemErrTest.java
- MuteSystemOutTest.java
- PropertiesFileLoadingTest.java
- RestoreSystemErrChecks.java
- RestoreSystemOutChecks.java
- RestoreSystemPropertiesTest.java
- SecurityManagerMock.java
- TapSystemErrAndOutTest.java
- TapSystemErrNormalizedTest.java
- TapSystemErrTest.java
- TapSystemOutNormalizedTest.java
- TapSystemOutTest.java
- ThrowingRunnableMock.java
- WithEnvironmentVariableTest.java
- WithSecurityManagerTest.java
- WithTextFromSystemInTest.java
- test.properties
- pom.xml
- ProcessEnvironmentInterceptor.java
- pom.xml
- Statements.java
- SystemStubTestRule.java
- EnvironmentVariablesRule.java
- SecurityManagerRule.java
- SystemErrAndOutRule.java
- SystemErrRule.java
- SystemExitRule.java
- SystemInRule.java
- SystemOutRule.java
- SystemPropertiesRule.java
- ClassRuleTest.java
- EnvironmentVariablesRuleTest.java
- SecurityManagerRuleTest.java
- SystemErrAndOutRuleTest.java
- SystemExitRuleTest.java
- SystemInRuleTest.java
- SystemOutAndSystemErrTest.java
- SystemOutRuleTest.java
- SystemPropertiesRuleTest.java
- test.properties
- pom.xml
- README.md
- SystemStub.java
- SystemStubsExtension.java
- DoesNotPreventJUnitPioneerFromWorkingTest.java
- EnvironmentVariablesAcrossThreads.java
- InjectByParameter.java
- MultipleTestResources.java
- SpringAppWithDynamicPropertiesTest.java
- SystemExitUseCase.java
- WithEnvironmentVariables.java
- SystemStubsExtensionStaticClassTest.java
- SystemStubsExtensionTest.java
- pom.xml
- README.md
- SystemStub.java
- SystemStubsListener.java
- CaptureSystemOutTest.java
- SystemStubsWithoutPluginTest.java
- SystemStubsPluginWhenStubIsBlankTest.java
- SystemStubsPluginWhenStubIsDefinedTest.java
- pom.xml
- README.md
- .editorconfig
- .gitignore
- appveyor.yml
- custom-checkstyle.xml
- History.md
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/webcompere/system-stubs
Downloads the entire project code from GitHub to your computer.
cd system-stubs
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
