Skip to content

Merge pull request #3 from GiancarloGomez/feature/box-142-cb-proxies-… #8

Merge pull request #3 from GiancarloGomez/feature/box-142-cb-proxies-…

Merge pull request #3 from GiancarloGomez/feature/box-142-cb-proxies-… #8

GitHub Actions / adobe@2021 ColdBox Test Results succeeded May 22, 2024 in 0s

All 21 tests pass in 0s

21 tests   21 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 81907f7.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / adobe@2021 ColdBox Test Results

21 tests found

There are 21 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.ModuleSpec ‑ cbproxies can create a BiConsumer
tests.specs.ModuleSpec ‑ cbproxies can create a BiFunction
tests.specs.ModuleSpec ‑ cbproxies can create a Callable
tests.specs.ModuleSpec ‑ cbproxies can create a Comparator
tests.specs.ModuleSpec ‑ cbproxies can create a Consumer
tests.specs.ModuleSpec ‑ cbproxies can create a Function
tests.specs.ModuleSpec ‑ cbproxies can create a FutureFunction
tests.specs.ModuleSpec ‑ cbproxies can create a Predicate
tests.specs.ModuleSpec ‑ cbproxies can create a Runnable
tests.specs.ModuleSpec ‑ cbproxies can create a Supplier
tests.specs.ModuleSpec ‑ cbproxies can create a ToDoubleFunction
tests.specs.ModuleSpec ‑ cbproxies can create a ToIntFunction
tests.specs.ModuleSpec ‑ cbproxies can create a ToLongFunction
tests.specs.OptionalTests ‑ CB Optional Story: I can create optionals Given a java optional Then it should build it with that optional
tests.specs.OptionalTests ‑ CB Optional Story: I can create optionals Given nothing to the constructor Then it should build an empty optional
tests.specs.OptionalTests ‑ CB Optional can equal optionals
tests.specs.OptionalTests ‑ CB Optional can get a hash code
tests.specs.OptionalTests ‑ CB Optional can invoke if present consumers
tests.specs.OptionalTests ‑ CB Optional can return orElse() 
tests.specs.OptionalTests ‑ CB Optional can return orElseGet() 
tests.specs.OptionalTests ‑ CB Optional can return toString() representations