The syntax would look like this: ``` c# kernel.Should().Resolve<IMyInterface>().To<MyClass>() ``` As suggested by Will Marcouiller on [Stack Overflow](http://stackoverflow.com/questions/25771086/how-to-test-whether-my-factories-are-properly-bound/#comment40343177_25791905).