-
How can a Blazored Modal be unit tested? (I'm using the bUnit framework.)
My modal component has a CascadingParameter BlazoredModalInstance. Clicking "OK" calls BlazoredModalInstance.CloseAsync(), …
-
Need to create some unit tests for the back-end logic (xUnit) and some for the front-end [(bUnit)](https://bunit.egilhansen.com/)
-
Our fibermap extensions don't pass fitsverify, e.g.
```
$> cd /global/cfs/cdirs/desi/spectro/redux/minisv2
$> fitsverify calibnight/20200219/fiberflatnight-r0-20200219.fits
...
==================…
-
**Describe the bug**
I am writing a unit test for a component but I get an exception'
![image](https://user-images.githubusercontent.com/2643566/110506946-30c40f00-80c5-11eb-85d7-52b69e88a2b0.png)
…
-
Document the how native dependencies will work in a bUnit context.
------------
Original issue text:
Components that use native dependencies cannot be rendered with bUnit.
### Simple examp…
egil updated
6 months ago
-
Hey Chris!
As mentioned in #212 I looked into adding tests. I think a pure unit testing approach is difficult here, because the whole thing depends on the Blazor runtime to do its thing with cascad…
luetm updated
9 months ago
-
(1) How do I ask cwi_coadd to use the masked cubes?
(Page 9 of O'Sullivan & Chen says this is possible.)
(2) Is it possible to coadd the mcubes so that I have a mask for the coadded cube?
(I trie…
-
If you have a cube and you try:
```
cube.header['OBJECT'] = 'blah'
```
no exception is raised, but no change to the underlying header will happen either. This is because the `header` object i…
-
### Description
Created following simplify code from the source to reproduced the issue.
```ballerina
import ballerina/io;
public type BusinessUnit record {|
int id;
Department[] depar…
-
Part of the solution to #230 (#232) added the BUNIT keyword to the OPD class, however, I think it is important to add this as an attribute of any OPD object itself. The thermal slew OPD code can, and …