autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

Completed the Linker (for now) #8

Closed alistairjevans closed 4 years ago

alistairjevans commented 4 years ago

Linker can now bind a step reference to an available step definition, and output errors on missing definitions and multiple available definitions.

Big refactor pulling the Compiler and Core projects into a single AutoStep project, to make internal accessibility more useful, and generally make structure cleaner. Did the same for the test projects.