To use to fluent API and some of the other BDDfy APIs some crazy namespaces have to be added to the code. This should be cleaned up so using the API doesn't require intimate knowledge of the framework and namespaces.
i.e. this is ugly:
using TestStack.BDDfy.Scanners.StepScanners.ExecutableAttribute.GwtAttributes;
using TestStack.BDDfy.Scanners.StepScanners.Fluent;
To use to fluent API and some of the other BDDfy APIs some crazy namespaces have to be added to the code. This should be cleaned up so using the API doesn't require intimate knowledge of the framework and namespaces.
i.e. this is ugly: