80 hours later . . .

done

[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

Kick it on dotnet-kicks.de Kick it on DotNetKicks.com
BjRo posted at 2008-9-27 Category: Uncategorized | Tags: ,

2 Responses Leave a comment

  1. #1Michel Grootjans @ 2008-9-27 12:52

    I couldn’t have said it better. It was great. Keep in touch.

  2. #2basti @ 2008-10-2 23:40

    what can i say. seems green for me.

    kepp on movin

    basti

Leave a Reply

(Ctrl + Enter)