JavaForFun
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.
2016-11-27 Gustavo Martin... Testing IV
2016-11-27 Gustavo Martin... Removing duplicated loop.
2016-11-27 Gustavo Martin... Writing test for XXX requires a while loop
2016-11-27 Gustavo Martin... Removing duplications.
2016-11-27 Gustavo Martin... Writing test for XVIII
2016-11-27 Gustavo Martin... Writing test for X
2016-11-27 Gustavo Martin... Writing test for VII
2016-11-27 Gustavo Martin... Testing another simple case, V
2016-11-27 Gustavo Martin... tripservice: link to youtube tutorial
2016-11-27 Gustavo Martin... Generalize code.
2016-11-27 Gustavo Martin... Again we write the simplest thing to make our test...
2016-11-27 Gustavo Martin... We always write the simplest thing to make our test...
2016-11-27 Gustavo Martin... RomanNumeralGenerator, first test passing
2016-11-27 Gustavo Martin... RomanNumeralGenerator, creating test (first) and class...
2016-11-27 Gustavo Martin... romannumerals
2016-11-27 Gustavo Martin... different projects for codurance
2016-11-27 Gustavo Martin... new projects, tdd and sandomancuso
2016-11-27 Gustavo Martin... README file
2016-11-27 Gustavo Martin... TripService we can refactor as much as we want because...
2016-11-27 Gustavo Martin... Required dependency for @Inject
2016-11-27 Gustavo Martin... TripServiceShould green
2016-11-27 Gustavo Martin... return_friend_trips_when_users_are_friends fails
2016-11-27 Gustavo Martin... return_friend_trips_when_users_are_friends stops working
2016-11-27 Gustavo Martin... TripDAO, always test before refactoring
2016-11-25 Gustavo Martin... Removing loggedInUser from Test.
2016-11-25 Gustavo Martin... Getting rid of getLoggedInUser() method
2016-11-25 Gustavo Martin... MVC, Model should know nothing about View.
2016-11-24 Gustavo Martin... TripService refactored
2016-11-24 Gustavo Martin... Getting rid of variable makes code easier.
2016-11-24 Gustavo Martin... Using ternary operation
2016-11-24 Gustavo Martin... Getting rid of variables in legacy code is great.
2016-11-24 Gustavo Martin... Moving Guard Condition to the top
next