This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
db76e28c6da37521b3d5e7d68bf11bc4fea5b0dd
kotlin-fork
/
testlib
/
test
T
History
Alex Tkachman
f64c02c80a
test dsl example
2011-12-22 17:24:50 +02:00
..
test
/collections
test dsl
2011-12-22 14:58:25 +02:00
CollectionApiCheck.kt
migrated most of the test cases over to the new -> syntax for functions; still can't compile or run the tests yet though :(, needs more work...
2011-12-21 16:26:37 +00:00
CollectionTest.kt
another attempt at getting a flatMap test working, not quite figured out the generics yet :)
2011-12-22 09:09:14 +00:00
HelloWorld.txt
added a little helper method for processing a closeable object which then makes sure the resource is closed (like the try-with-resource extension in Java 7)
2011-12-21 10:09:55 +00:00
IoTest.kt
added a useLines() methods on Reader to be able to use a line iterator (Iterator<String>) to process the file on a per line bases with the block in full control over how much of the file to process; though hit a couple of type inference issues
2011-12-22 09:36:18 +00:00
ListTest.kt
removed the create() methods; added linkedList<T>(varargs) helper method and made filter/flatMap/map all allow an optional argument for the kind of collection to filter/flatMap/map into. I've temporarily commented out Alex's implementation of Iterable.filter in Filters.kt as I was getting all kinds of compile error messages. Will discuss this on the list & how better to organise the functions into files
2011-12-20 16:28:18 +00:00
MapTest.kt
migrated most of the test cases over to the new -> syntax for functions; still can't compile or run the tests yet though :(, needs more work...
2011-12-21 16:26:37 +00:00
SetTest.kt
migrated most of the test cases over to the new -> syntax for functions; still can't compile or run the tests yet though :(, needs more work...
2011-12-21 16:26:37 +00:00
TestDslExample.kt
test dsl example
2011-12-22 17:24:50 +02:00