How class names can go horribly wrong
Somehow I found myself writing this in a JGit test case:
assertTrue("isa TransportHttp", t instanceof TransportHttp);
assertTrue("isa HttpTransport", t instanceof HttpTransport);
What is wrong with me…
Somehow I found myself writing this in a JGit test case:
assertTrue("isa TransportHttp", t instanceof TransportHttp);
assertTrue("isa HttpTransport", t instanceof HttpTransport);
What is wrong with me…
No comments yet.
RSS feed for comments on this post. TrackBack URI
Insufficiently Random © 2002-2010