Warner Onstine
Posts: 242
Nickname: warnero
Registered: Aug, 2003
Warner Onstine is Java programmer and writer of two tech books
Day 5 of 30 Min Project 12/19/14
Posted: Dec 19, 2014 5:19 PM
This post originated from an RSS feed registered with Java Buzz
by Warner Onstine.
Original Post: Day 5 of 30 Min Project 12/19/14
Feed Title: BlackBox
Feed URL: http://feeds.feedburner.com/Blackbox
Feed Description: Where technology and art disappear
Latest Java Buzz Posts
Latest Java Buzz Posts by Warner Onstine
Latest Posts From BlackBox
Advertisement
Tonight:
So, said last night that here’s what I needed to do:
Get at least one test written and running (not necessarily passing, but running)
We have a few controllers/endpoints we need to test
/token - gets a valid token for a logged in user
well, apparently i got something setup correctly as it runs my simple test :)
Getting a weird message that /token doesn’t exist :/
Ah, during my switch to convict I missed some settings stuff that was happening behind the scenes
Now, the only thing that isn’t being setup properly is the redis config stuff :/
/user - gets current user that is logged in via that token
Get redis config stuff figured out
Get first test to actually fail as it should because we’re trying to login a bad user
Then, figure out how we’re going to manage our test data
Read: Day 5 of 30 Min Project 12/19/14