Test File 6 test-fm_shape_sci_data_st.R
Summary
Number of test(s) : 1
Number of expectation(s) : 8
Number of successful expectation(s) : 7
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_shape_sci_data_st works | Testing that fm_shape_sci_data_st returns a list | expect_type(object = result, type = “list”) | ✅ Success | test-fm_shape_sci_data_st.R#80 | 2023-04-13 12:24:37 |
fm_shape_sci_data_st works | Testing names of the list | expect_named(object = result, expected = c(“y_sci_i”, “t_sci_i”, “Aix_ij_sci”, “Aix_w_sci”, “survey_data_2” ) ) | ✅ Success | test-fm_shape_sci_data_st.R#84 | 2023-04-13 12:24:37 |
fm_shape_sci_data_st works | NA (was skipped) | expected = c(“y_sci_i”, | 🔄 Skipped | test-fm_shape_sci_data_st.R#85 | NA (was skipped) |
fm_shape_sci_data_st works | Testing types inside the list | expect_type(result[[“y_sci_i”]], “double”) | ✅ Success | test-fm_shape_sci_data_st.R#94 | 2023-04-13 12:24:37 |
fm_shape_sci_data_st works | Testing types inside the list | expect_type(result[[“t_sci_i”]], “integer”) | ✅ Success | test-fm_shape_sci_data_st.R#95 | 2023-04-13 12:24:37 |
fm_shape_sci_data_st works | expect_type(result[[“Aix_ij_sci”]], “integer”) | ✅ Success | test-fm_shape_sci_data_st.R#96 | 2023-04-13 12:24:37 | |
fm_shape_sci_data_st works | expect_type(result[[“Aix_w_sci”]], “double”) | ✅ Success | test-fm_shape_sci_data_st.R#97 | 2023-04-13 12:24:37 | |
fm_shape_sci_data_st works | expect_type(result[[“survey_data_2”]], “list”) | ✅ Success | test-fm_shape_sci_data_st.R#98 | 2023-04-13 12:24:37 |