Skip to content

Commit 456f512

Browse files
README to explain unit tests
1 parent 1bd63b5 commit 456f512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rxjava-core/src/test/java/README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This test folder only contains performance and functional/integration style tests.
2+
3+
The unit tests themselves are embedded as inner classes of the Java code (such as here https://github.com/Netflix/RxJava/tree/master/rxjava-core/src/main/java/rx/operators).
4+
5+
Also, each of the language adaptors has a /src/test/ folder which further testing. See Groovy for an example: https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-groovy/src/test

0 commit comments

Comments
 (0)