Like CodeBetter.Com? Get more Stuff you need to Code Better at
Devlicio.Us
Browse by Tags
Sorry, but there are no more tags available to filter with.
-
using MbUnit.Framework; using Rhino.Mocks; namespace Suvius.Applications.LoveDoctor.Tests { public class CritterFixationFixture { private ISpeciesSelectorPresenterView view; private MockRepository mocks; private SpeciesSelectorPresenter presenter; [ SetUp ] public void SetUp( ) { mocks = new MockRepository...
Page 1 of 1 (1 items)