public void to_string_just_repeats_the_ctor_arg() { var activator = new LambdaActivator("some description", () => { }); activator.ToString().ShouldEqual("some description"); }