What Is FitNesse FitNesse is a collaborative testing and documentation tool. It provides a very simple way for teams to: collaboratively create documents, specify acceptance tests, and run those tests. This is what a sample acceptance test looks like...
I am building an app to help me journal my time. It is similar to a blog (eventually may feed a blog). After creating JournalEntry and JournalEntryCollecition. I wanted to persist the collection. My initial testing thoughts were: Serialization is simplest...