0
在建築org.specs2.Specification
,斯卡拉Specs2將片段動態
我使用加入brik盒這樣的:
def is = "My Spec".title^method1^method2^end
其中methodN包含這樣的事情:
a must be "expected string"
在我來說,我面對method2依賴於method2的執行所依賴的問題。改寫:method2返回必須推遲的Fragment,直到method1完成執行。
有沒有這方面的最佳做法?
Still id does not resolve deferrable execution of the Specification – Stas