Last Version

FSF Common Tests 2.7.0

Contains all common test for FileSystemFacade. Mostly contains one general abstract testing class which is extended for each file system type. As the tests are not only relevant for the core FSF project, but also for extensions of FSF such as SFTP all of the common tests are included in a separate project and hence jar to allow re-using them.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.bright-side.filesystemfacade
ArtifactId

ArtifactId

fsf-common-tests
Version

Version

2.7.0
Type

Type

jar
Description

Description

FSF Common Tests
Contains all common test for FileSystemFacade. Mostly contains one general abstract testing class which is extended for each file system type. As the tests are not only relevant for the core FSF project, but also for extensions of FSF such as SFTP all of the common tests are included in a separate project and hence jar to allow re-using them.
Project Organization

Project Organization

Philip Heyse

Download fsf-common-tests 2.7.0


<!-- https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/ -->
<dependency>
    <groupId>de.bright-side.filesystemfacade</groupId>
    <artifactId>fsf-common-tests</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/
implementation 'de.bright-side.filesystemfacade:fsf-common-tests:2.7.0'
// https://jarcasting.com/artifacts/de.bright-side.filesystemfacade/fsf-common-tests/
implementation ("de.bright-side.filesystemfacade:fsf-common-tests:2.7.0")
'de.bright-side.filesystemfacade:fsf-common-tests:jar:2.7.0'
<dependency org="de.bright-side.filesystemfacade" name="fsf-common-tests" rev="2.7.0">
  <artifact name="fsf-common-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.filesystemfacade', module='fsf-common-tests', version='2.7.0')
)
libraryDependencies += "de.bright-side.filesystemfacade" % "fsf-common-tests" % "2.7.0"
[de.bright-side.filesystemfacade/fsf-common-tests "2.7.0"]

Dependencies

compile (4)

Group / Artifact Type Version
de.bright-side.filesystemfacade : filesystemfacade jar 2.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
com.google.code.gson : gson jar 2.4
de.bright-side.beam : beam jar 1.0.1

test (1)

Group / Artifact Type Version
org.mariadb.jdbc : mariadb-java-client jar 2.4.1

Project Modules

There are no modules declared in this project.