80 hours later . . .
[Concern(typeof(NothingButDotNetBootCamp))]
public class when_the_boot_camp_is_over :
InstanceContextSpecification<NothingButDotNetBootCamp>
{
INothingButDotNetParticipant bjoern;
public void establish_context()
{
bjoern = dependency<INothingButDotNetParticipant>();
}
public NothingButDotNetBootCamp create_sut()
{
return new NothingButDotNetBootCamp(bjoern);
}
[Observation]
public void should_be_proud_to_have_survived_80_hours_of_coding()
{
bjoern.should_be_proud_to_have_survived_80_hours_of_coding();
}
[Observation]
public void should_be_proud_of_having_reached_330_revisions()
{
bjoern.should_be_proud_of_having_reached_330_revisions();
}
[Observation]
public void should_be_thankful_to_have_met_a_guy_like_JP()
{
bjoern.should_be_thankful_to_have_met_a_guy_like_JP();
}
}
———————————————————————————————————-
All tests finished: 3 Successful, 0 Failed; 0 Ignored in 80 hours


2 Responses Leave a comment
I couldn’t have said it better. It was great. Keep in touch.
what can i say. seems green for me.
kepp on movin
basti