public void shouldFindCycleAndThrowException() { SimpleContainer simpleContainer = new SimpleContainer(); ACycle fs = simpleContainer.Resolve <ACycle>(); }
public BCycle(ACycle a1) { this.a = a1; }