• On Fluent Acceptance-Testing DSLs

    I just completed a small CLI tool in which I used a testing style, 'fluent acceptance-testing Domain Specific Languages (DSLs)', heavily, with good results. They are custom test specifications that read close to natural language, test behaviour rather than implementation, and sur…