R Under development (unstable) (2024-03-11 r86098 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("tinytest2JUnit") + } test_constructJUnitTag.R...... 0 tests test_constructJUnitTag.R...... 0 tests test_constructJUnitTag.R...... 1 tests OK test_constructJUnitTag.R...... 2 tests OK test_constructJUnitTag.R...... 3 tests OK test_constructJUnitTag.R...... 4 tests OK test_constructJUnitTag.R...... 5 tests OK test_constructJUnitTag.R...... 6 tests OK test_constructJUnitTag.R...... 7 tests OK test_constructJUnitTag.R...... 7 tests OK test_constructJUnitTag.R...... 7 tests OK test_constructJUnitTag.R...... 8 tests OK test_constructJUnitTag.R...... 9 tests OK test_constructJUnitTag.R...... 10 tests OK test_constructJUnitTag.R...... 11 tests OK test_constructJUnitTag.R...... 12 tests OK test_constructJUnitTag.R...... 13 tests OK test_constructJUnitTag.R...... 14 tests OK test_constructJUnitTag.R...... 14 tests OK test_constructJUnitTag.R...... 14 tests OK test_constructJUnitTag.R...... 15 tests OK test_constructJUnitTag.R...... 16 tests OK test_constructJUnitTag.R...... 17 tests OK test_constructJUnitTag.R...... 18 tests OK test_constructJUnitTag.R...... 19 tests OK test_constructJUnitTag.R...... 20 tests OK test_constructJUnitTag.R...... 21 tests OK test_constructJUnitTag.R...... 21 tests OK test_constructJUnitTag.R...... 21 tests OK test_constructJUnitTag.R...... 22 tests OK test_constructJUnitTag.R...... 23 tests OK test_constructJUnitTag.R...... 24 tests OK test_constructJUnitTag.R...... 25 tests OK test_constructJUnitTag.R...... 26 tests OK test_constructJUnitTag.R...... 27 tests OK test_constructJUnitTag.R...... 28 tests OK test_constructJUnitTag.R...... 28 tests OK test_constructJUnitTag.R...... 28 tests OK test_constructJUnitTag.R...... 29 tests OK test_constructJUnitTag.R...... 30 tests OK test_constructJUnitTag.R...... 31 tests OK test_constructJUnitTag.R...... 32 tests OK test_constructJUnitTag.R...... 33 tests OK test_constructJUnitTag.R...... 34 tests OK test_constructJUnitTag.R...... 35 tests OK test_constructJUnitTag.R...... 36 tests OK test_constructJUnitTag.R...... 37 tests OK test_constructJUnitTag.R...... 38 tests OK test_constructJUnitTag.R...... 38 tests OK test_constructJUnitTag.R...... 38 tests OK test_constructJUnitTag.R...... 39 tests OK test_constructJUnitTag.R...... 40 tests OK test_constructJUnitTag.R...... 41 tests OK test_constructJUnitTag.R...... 42 tests OK test_constructJUnitTag.R...... 43 tests OK test_constructJUnitTag.R...... 44 tests OK test_constructJUnitTag.R...... 44 tests OK test_constructJUnitTag.R...... 44 tests OK test_constructJUnitTag.R...... 45 tests OK test_constructJUnitTag.R...... 46 tests OK test_constructJUnitTag.R...... 47 tests OK test_constructJUnitTag.R...... 48 tests OK test_constructJUnitTag.R...... 49 tests OK test_constructJUnitTag.R...... 49 tests OK test_constructJUnitTag.R...... 49 tests OK test_constructJUnitTag.R...... 50 tests OK test_constructJUnitTag.R...... 51 tests OK test_constructJUnitTag.R...... 52 tests OK 3.1s test_tag.R.................... 0 tests test_tag.R.................... 1 tests OK test_tag.R.................... 2 tests OK test_tag.R.................... 3 tests OK test_tag.R.................... 4 tests OK test_tag.R.................... 5 tests OK 2ms test_writeJUnit.R............. 0 tests test_writeJUnit.R............. 0 tests test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 24 tests OK test_writeJUnit.R............. 25 tests OK test_writeJUnit.R............. 26 tests OK test_writeJUnit.R............. 26 tests OK test_writeJUnit.R............. 26 tests OK test_writeJUnit.R............. 27 tests OK test_writeJUnit.R............. 28 tests OK test_writeJUnit.R............. 29 tests OK 2.8s All ok, 86 results (6.0s) Warning messages: 1: In structure(unlist(test_output, recursive = FALSE), class = "tinytests", : Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes. Consider 'structure(list(), *)' instead. 2: In structure(unlist(test_output, recursive = FALSE), class = "tinytests", : Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes. Consider 'structure(list(), *)' instead. 3: In structure(unlist(test_output, recursive = FALSE), class = "tinytests", : Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes. Consider 'structure(list(), *)' instead. > > proc.time() user system elapsed 0.23 0.06 6.14