JavaForFun
2016-12-23 Gustavo Martin... A few improvements in my unit tests
2016-12-23 Gustavo Martin... Using jacoco
2016-12-23 Gustavo Martin... Giving names to my constraints
2016-12-23 Gustavo Martin... spring-jpa-persistence, using gradle
2016-12-11 Gustavo Martin... RxJavaCarControllerIntegrationTest, cleaning up imports
2016-12-11 Gustavo Martin... Removing time out from RxJavaAdapter
2016-12-11 Gustavo Martin... Thoughts about Observable (stream), Single (one element...
2016-12-11 Gustavo Martin... Spring can already work with CompletableFuture
2016-12-11 Gustavo Martin... Using Spring 4.3.4.RELEASE
2016-12-11 Gustavo Martin... Using RxJava 2.0
2016-12-11 Gustavo Martin... RxJavaCarControllerIntegrationTest
2016-12-11 Gustavo Martin... Update to RxJava 2.0
2016-12-11 Gustavo Martin... Using RxJava 2.0
2016-12-11 Gustavo Martin... Removing useless inner interface from Adapters
2016-12-11 Gustavo Martin... Fixing CallableCarController
2016-12-11 Gustavo Martin... CarControllerIntegrationTest
2016-12-11 Gustavo Martin... CompletableFutureCarControllerIntegrationTest
2016-12-10 Gustavo Martin... DeferredResult, exceptions handler
2016-12-10 Gustavo Martin... RxJava REST example
2016-12-10 Gustavo Martin... Creating async services relying on sync ones
2016-12-10 Gustavo Martin... No repeat yourself :)
2016-12-08 Gustavo Martin... RxJava, using method reference instead of lambdas
2016-12-08 Gustavo Martin... Playing with asynchronous requests in Spring
2016-12-08 Gustavo Martin... More about working with Promises in Java 8
2016-12-08 Gustavo Martin... NOTICE about parallelism and ForkJoinPool
2016-12-08 Gustavo Martin... Having fun with CompletableFuture AKA Promise in Java
2016-12-06 Gustavo Martin... Trying to understand ForkJoinPool
2016-12-06 Gustavo Martin... Do not forget Thread.currentThread().interrupt()
2016-12-06 Gustavo Martin... Fixing coverage in Clock.today()
2016-12-05 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
2016-12-05 Gustavo Martin... ClockGus.format(date) renaming method
2016-12-05 Gustavo Martin... ClockGus.formatted(date) renaming method
2016-12-04 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
2016-12-04 Gustavo Martin... Fixing coverage in Clock.today()
2016-12-04 Gustavo Martin... How to configure IDE Eclipse
2016-12-04 Gustavo Martin... We end up writing our application based on the acceptan...
2016-12-04 Gustavo Martin... PrintStatementeFeature requires the right values for...
2016-12-04 Gustavo Martin... BIG WARNING: Clock.today() is not under test!!!!
2016-12-04 Gustavo Martin... Making StatementPrinter and StatementPrinterShould...
2016-12-04 Gustavo Martin... StatementPrinter, test for print method green
2016-12-04 Gustavo Martin... StatementPrinterShould is failing for the right reasons.
2016-12-04 Gustavo Martin... The acceptance test is failing because we need to imple...
2016-12-04 Gustavo Martin... Clock test is green.
2016-12-04 Gustavo Martin... Clock test working but we need to control the random...
2016-12-04 Gustavo Martin... Renaming local variables in TransactionRepository
2016-12-04 Gustavo Martin... Removing duplications from TransactionRepositoryShould
2016-12-04 Gustavo Martin... Now we have a test for addWithdrawal
2016-12-04 Gustavo Martin... It is only left a test for addWithdrawal
2016-12-04 Gustavo Martin... Tests failing for the right reason
2016-12-04 Gustavo Martin... Tests are failing for the right reasons
2016-12-04 Gustavo Martin... We have a green test for AccountShould
2016-12-04 Gustavo Martin... AccountShould is failing for the right reasons.
2016-12-04 Gustavo Martin... We have to test the printStatement method in Account
2016-12-04 Gustavo Martin... Delegating the responsability of storing transactions.
2016-12-04 Gustavo Martin... Creating test for Account.
2016-12-04 Gustavo Martin... Now we have test expecting some result, it is now faili...
2016-12-04 Gustavo Martin... Test throws UnsupportedOperationException as expected.
2016-12-04 Gustavo Martin... We finish writing our test.
2016-12-04 Gustavo Martin... Writing the asserts and the trigger for those asserts.
2016-12-04 Gustavo Martin... First acceptance test
2016-12-04 Gustavo Martin... Acceptance test, README (constraints)
2016-12-04 Gustavo Martin... RxJava: using flatMap method
2016-12-04 Gustavo Martin... Dealing with InterruptedException, the right way.
2016-12-04 Gustavo Martin... Closing fd as it must be done in CustomHTTPClient
2016-12-04 Gustavo Martin... Having fun with RxJava
2016-12-04 Gustavo Martin... Fixing coverage in Clock.today()
2016-12-04 Gustavo Martin... How to configure IDE Eclipse
2016-12-04 Gustavo Martin... We end up writing our application based on the acceptan...
2016-12-04 Gustavo Martin... PrintStatementeFeature requires the right values for...
2016-12-04 Gustavo Martin... BIG WARNING: Clock.today() is not under test!!!!
2016-12-04 Gustavo Martin... Making StatementPrinter and StatementPrinterShould...
2016-12-04 Gustavo Martin... StatementPrinter, test for print method green
2016-12-04 Gustavo Martin... StatementPrinterShould is failing for the right reasons.
2016-12-04 Gustavo Martin... The acceptance test is failing because we need to imple...
2016-12-04 Gustavo Martin... Clock test is green.
2016-12-04 Gustavo Martin... Clock test working but we need to control the random...
2016-12-04 Gustavo Martin... Renaming local variables in TransactionRepository
2016-12-04 Gustavo Martin... Removing duplications from TransactionRepositoryShould
2016-12-04 Gustavo Martin... Now we have a test for addWithdrawal
2016-12-04 Gustavo Martin... It is only left a test for addWithdrawal
2016-12-04 Gustavo Martin... Tests failing for the right reason
2016-12-04 Gustavo Martin... Tests are failing for the right reasons
2016-12-04 Gustavo Martin... We have a green test for AccountShould
2016-12-04 Gustavo Martin... AccountShould is failing for the right reasons.
2016-12-04 Gustavo Martin... We have to test the printStatement method in Account
2016-12-04 Gustavo Martin... Delegating the responsability of storing transactions.
2016-12-04 Gustavo Martin... Creating test for Account.
2016-12-04 Gustavo Martin... Now we have test expecting some result, it is now faili...
2016-12-04 Gustavo Martin... Test throws UnsupportedOperationException as expected.
2016-12-04 Gustavo Martin... We finish writing our test.
2016-12-04 Gustavo Martin... Writing the asserts and the trigger for those asserts.
2016-12-04 Gustavo Martin... First acceptance test
2016-12-04 Gustavo Martin... Acceptance test, README (constraints)
2016-12-02 Gustavo Martin... RxJava: using flatMap method
2016-12-02 Gustavo Martin... Dealing with InterruptedException, the right way.
2016-12-02 Gustavo Martin... Closing fd as it must be done in CustomHTTPClient
2016-12-02 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
2016-12-02 Gustavo Martin... Having fun with RxJava
2016-11-27 Gustavo Martin... Outside in TDD
2016-11-27 Gustavo Martin... We will add our exceptions to the enum.
next