component-testing
Here are 22 public repositories matching this topic...
If a component has a child content parameter that is a RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...) instead.
For example, the following should throw an helpful exception:
var cut = RenderComponent<Virtualize<string>>(ps => ps
.Add(p => p.Items, TeDescribe the bug
Most expect methods print the request and response when the assertion fails.
However, the custom expect handler does not show these objects.
To Reproduce
Steps to reproduce the behavior:
const spec = pactum.spec();
spec.get(url);
await spec.toss();
await spec.response().to.have._((ctx) => {
assert.fail('error');
});*Expected behavior
-
Updated
Jan 13, 2022 - Objective-C
-
Updated
Oct 23, 2021 - C#
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Feb 25, 2020 - Java
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Oct 22, 2021 - Python
-
Updated
Nov 23, 2020 - C#
-
Updated
Jan 11, 2019 - Java
-
Updated
Dec 12, 2018
-
Updated
Mar 27, 2021 - Java
-
Updated
Mar 1, 2021 - Java
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
May 4, 2021 - JavaScript
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Jan 31, 2022 - C#
-
Updated
Sep 1, 2019 - Java
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the component-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the component-testing topic, visit your repo's landing page and select "manage topics."
Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.