You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,18 @@ Framework is based on selenium wrappers and principles which canopy uses.
6
6
7
7
# APIs
8
8
9
-
We created types of 3 APIs.
9
+
We created types of 2 APIs.
10
10
- AssertAPI
11
-
- FluentAPI
12
-
- LambdaAPI - *just concept - not implemented*
11
+
- FluentAPI - discontinued due to lack of interest.
13
12
14
13
## Assert API
15
-
Assert API uses concept of one assertion on one line. This approach has its own advantages when you need to quickly navigate between stack trace and source code.
14
+
Assert API uses concept of one assertation on one line. This approach has big advantage when you need to quickly navigate between stack trace and source code.
0 commit comments