Quantcast
Channel: Everyday I'm coding » tdd
Browsing latest articles
Browse All 9 View Live

Image may be NSFW.
Clik here to view.

Looking for a better JavaScript unit test tool [closed]

Let\’s consider the state of JavaScript unit tests and testing tools. JsUnit We already use it for some of our js code. Pros can be invoked from an ant build file launches browser to run the tests...

View Article


What\’s the proper way to test a class with private methods using JUnit?

How do I use JUnit to test a class that has internal private methods? It seems bad to change the access modifier for a method just to be able to run a test. Solution: If you have somewhat of a legacy...

View Article


Best practices for unit testing Android apps [closed]

I\’d like to unit test my Android application but I found that test driven development in Android is far from trivial at the moment. Any tips, tricks, war stories for building light weight and...

View Article

How do you unit test private methods?

I’m building a class library that will have some public & private methods. I want to be able to unit test the private methods (mostly while developing, but also it could be useful for future...

View Article

TDD Anti-patterns catalogue

anti-pattern : there must be at least two key elements present to formally distinguish an actual anti-pattern from a simple bad habit, bad practice, or bad idea: Some repeated pattern of action,...

View Article


Meteor test driven development

I don’t see how to do test driven development in meteor. I don’t see it mentioned anywhere in documentation or FAQ. I don’t see any examples or anything like that. I see that some packages are using...

View Article

Android Design Patterns

I’m working on an Android project and I would like to know any recommendations about what’s a good architecture to build an android application. I want to use dependency injection using Roboguice and...

View Article

When to use rspec let()?

I tend to use before blocks and set instance variables in them and then use them across my examples, but recently I came upon let(). According to rspec docs, it is used to … to define a memoized helper...

View Article


TDD/BDD screencast/video resources [closed]

I’ve recently finished watching the Autumn of Agile screencasts and I’m looking for more material of similar scope. Basically, I’m looking for screencasts that present TDD/BDD process while developing...

View Article

Browsing latest articles
Browse All 9 View Live