No UnitTest++ videos yet. You could help us improve this page by suggesting one.
Based on our record, OSv seems to be more popular. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I have also found OSv to be interesting. https://osv.io/. - Source: Hacker News / about 2 years ago
Wow, just now seeing this topic. I work for a cloud company hosted in AWS. We started out, Netflix/Spotify style microservices. We were all on ec2 images generate by packer (and later with AWS Image Factory). When Docker hit, we kicked the tires but never did anything with it beyond using it for running unit tests, and later, infrastructure tests. 5 years ago, during a hackathon, our little group began... Source: over 2 years ago
I guess you could have a JVM like that, but not OpenJDK. There is, however, a unikernel that supports running itself and OpenJDK in the same process: http://osv.io/. Source: about 4 years ago
CPPUnit - CppUnit is the C++ port of the JUnit framework for unit testing.
Rumprun - The Rumprun unikernel and toolchain for various platforms - rumpkernel/rumprun
Google Test - Google Test is a unit testing for C++ programming language that is based on xUnit architecture.
RSpec - RSpec is a testing tool for the Ruby programming language born under the banner of Behavior-Driven Development featuring a rich command line program, textual descriptions of examples, and more.
Criterion - A dead-simple, yet extensible, C test framework.
Cantata - "Module testing early during development is becoming more important due to the increasing complexity of software.