Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conformance test descriptions #141

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

milesstoetzner
Copy link
Contributor

No description provided.

@milesstoetzner milesstoetzner marked this pull request as draft June 29, 2023 09:02
@@ -1 +1,2 @@
name: 'Operator "max"'
description: Assigns the value of the expression which is to find the Maximum number among all the given numbers using "max" function to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Maximum" to lowercase

@@ -1 +1,2 @@
name: 'Operator "mean"'
description: Assigns the value of the expression which is to find the Mean of all the given numbers using "mean" function to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Mean" to lowercase

@@ -1 +1,2 @@
name: 'Operator "median"'
description: Assigns the value of the expression which is to find the Median of all the given numbers using "median" function to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Median" to lowercase

@@ -1 +1,2 @@
name: 'Operator "min"'
description: Assigns the value of the expression which is to find the Minimum number among all the given numbers using "min" function to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Minimum" to lowercase

@@ -1 +1,2 @@
name: 'Operator "standard_deviation"'
description: Assigns the value of the expression which is to find the Standard deviation of all the given numbers using "standard_deviation" function to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Standard" to lowercase

@@ -0,0 +1,3 @@
description: |
- under the "conditions" the "group_presence" function checks if group named "group_one" is present or not.
- "group_one" is absent since false is assigned as condition.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And what happens then? Node "container" is absent.

@@ -0,0 +1,3 @@
description: |
- under the "conditions" the "group_presence" function checks if group named "group_one" is present or not.
- "group_one" is present since true is assigned as condition.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And what happens then? Node "container" is present.

@@ -0,0 +1,4 @@
description: |
- node "three" is present since there is no othe requirement.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont understand this. Node "three" is present since is has no conditions assigned.

@@ -1,2 +1,2 @@
name: 'Operator "concat"'
description: Assigns the value of the intrinsic function to the property "value" of the node "container".
description: Assigns the value of the The function "token" which is to Split the given string "hello world" by ' ' and returns "world" specified by the provided index 1, to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The" to lowercase

@@ -1,2 +1,2 @@
name: 'Operator "concat"'
description: Assigns the value of the intrinsic function to the property "value" of the node "container".
description: Assigns the value of the The function "token" which is to Split the given string "hello world" by ' ' and returns "world" specified by the provided index 1, to the property "value" of the node "container".
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Split" to lowercase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants