「S が V できるように」という表現をしたいときは、so that S+V とすることもできますし、in order for S to V を使用することもできます。
In order for the test to access the state variable c, it cannot be private.─ アジャイル開発の奥義
テストが state 変数 c にアクセスできるようにするために、それは private であってはならない。
「S が V できるように」という表現をしたいときは、so that S+V とすることもできますし、in order for S to V を使用することもできます。