Lambda Behave – Java 8′s Testing Framework
3269 단어 Java
It has been launched some time back and has already started gaining momentum and appreciation worldwide, because of its salient features and technical benefits. It makes use of various Java 8 features for gaining a neat and user friendly environment for testing. The latest release to have hit the market is Lambda Behave 0.3.
Lambda Expressions have been a significant feature of Java 8, in which the importance lies on passing behaviour to methods. Being a merger of functional capabilities and object oriented, it enhances the integration of third party libraries.
Salient Features Of Lambda Behave
Lambda Behave Specifications
Fluent Specifications
For Lambda Behave, it is very important to focus on fluency as if reading pure English. It also looks for encouraging describing testing with usage of eloquent sentences instead of fewer words. It focuses on an API which is available all through the IDE completion.
Generated Specifications
Lambda Behave possesses capabilities to generate test cases for testing your code, very much like Scala Check. The involved API is something like Data driven specifications and controls the generation of values.
Data Driven Specifications
Based on various data inputs, Lambda Behave parameterizes the specifications. The API involved is not dependent upon reflection magic. The specification as well as the description both are parameterized.
Reference
이 문제에 관하여(Lambda Behave – Java 8′s Testing Framework), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/EDNA/items/54f3316da5633bad41ba텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)