Test File 2 test-fm_build_domain_mesh_spde.R
Summary
Number of test(s) : 1
Number of expectation(s) : 11
Number of successful expectation(s) : 10
Number of failed expectation(s) : 0
Number of errored expectation(s) : 0
Number of expectations with warning(s) : 0
Number of validated skip expectation(s) : 0
Number of skipped expectation(s) : 1
Details
Test | Description | Expectation | Result | Location | Test_time |
---|---|---|---|---|---|
fm_build_domain_mesh_spde works | Testing that fm_build_domain_mesh_spde returns a list | expect_type(object = result, type = “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#47 | 2023-04-13 12:21:25 |
fm_build_domain_mesh_spde works | Testing names of the list | expect_named(object = result, expected = c(“mesh”, “loc_x”, “spde”, “Aix_ij_pred”, “Aix_w_pred”, “W”, “MeshList_aniso”, “gridpolygon_sf”) ) | ✅ Success | test-fm_build_domain_mesh_spde.R#51 | 2023-04-13 12:21:25 |
fm_build_domain_mesh_spde works | NA (was skipped) | expected = c(“mesh”, | 🔄 Skipped | test-fm_build_domain_mesh_spde.R#52 | NA (was skipped) |
fm_build_domain_mesh_spde works | Testing types inside the list | expect_type(result[[“mesh”]], “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#63 | 2023-04-13 12:21:25 |
fm_build_domain_mesh_spde works | Testing types inside the list | expect_type(result[[“loc_x”]], “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#64 | 2023-04-13 12:21:25 |
fm_build_domain_mesh_spde works | expect_type(result[[“spde”]], “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#65 | 2023-04-13 12:21:25 | |
fm_build_domain_mesh_spde works | expect_type(result[[“Aix_ij_pred”]], “integer”) | ✅ Success | test-fm_build_domain_mesh_spde.R#66 | 2023-04-13 12:21:25 | |
fm_build_domain_mesh_spde works | expect_type(result[[“Aix_w_pred”]], “double”) | ✅ Success | test-fm_build_domain_mesh_spde.R#67 | 2023-04-13 12:21:25 | |
fm_build_domain_mesh_spde works | expect_type(result[[“W”]], “double”) | ✅ Success | test-fm_build_domain_mesh_spde.R#68 | 2023-04-13 12:21:25 | |
fm_build_domain_mesh_spde works | expect_type(result[[“MeshList_aniso”]], “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#69 | 2023-04-13 12:21:25 | |
fm_build_domain_mesh_spde works | expect_type(result[[“gridpolygon_sf”]], “list”) | ✅ Success | test-fm_build_domain_mesh_spde.R#70 | 2023-04-13 12:21:25 |