The Artima Developer Community
Sponsored Link

Java Buzz Forum
Day 5 of 30 Min Project 12/19/14

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
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
Reply to this message Reply

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
Next steps:
  • 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

Topic: Java : Collection Framework : LinkedHashSet (Add object in the LinkedHashSet) Previous Topic   Next Topic Topic: Java : Collection Framework : HashSet (Constructor Accepts Collection)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use