fff VS goos-code-examples

Compare fff vs goos-code-examples and see what are their differences.

fff

A testing micro framework for creating function test doubles (by meekrosoft)

goos-code-examples

Code examples from later chapters of Growing Object-Oriented Software, Guided by Tests (by npryce)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fff goos-code-examples
12 6
730 72
- -
3.6 10.0
6 months ago over 8 years ago
C Java
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fff

Posts with mentions or reviews of fff. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.

goos-code-examples

Posts with mentions or reviews of goos-code-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.
  • Don't Use Mocks
    4 projects | news.ycombinator.com | 20 Jun 2023
    A very good way to use mocks (not like illustrated here) is explained in the GOOS book by Freeman and Pryce: http://www.growing-object-oriented-software.com/
  • Resources for learning TDD
    2 projects | /r/TestDrivenDevelopment | 29 Apr 2023
    Further read: Growing Object Oriented Software
  • Steel threads are a technique that will make you a better engineer
    1 project | news.ycombinator.com | 10 Mar 2023
    On the subject of TDD, the way I've done TDD has been very similar to the technique described in the article. Work in very small increments, try to get a very thin vertical slice of functionality working through the system as soon as possible and, whatever you build, try to get it working end-to-end as soon as you can. Of course, I use tests to drive the work but I find it very helpful to use tests to drive those thin vertical slices of functionality.

    The book that really helped me to start working in this way is Growing Object Oriented Software, Guided by Tests by Steve Freeman and Nat Pryce [0]. The book has been around for a few years at this point and tech has moved on since then, as have some of the techniques, but it's still a very interesting read. (Disclosure: I was lucky enough to briefly work with one of the authors a few years ago but I was a fan of the book long before then.)

    [0] http://www.growing-object-oriented-software.com/

  • Unit testing best practices
    1 project | /r/csharp | 21 Jan 2023
    I think this is still the most referenced work. You probably know that one like the back of your hand, but it's still good to reference in general to convey confidence in the topic.
  • Sleeping is not the best option
    2 projects | dev.to | 5 Dec 2022
    [3] Have a look at the testing asynchronous systems examples in the GOOS Code examples repository for a more object-oriented implementation of helper for the polling for changes strategy, and also examples of the capturing notifications strategy.

What are some alternatives?

When comparing fff and goos-code-examples you can also consider the following projects:

Google Mock

Practices

Google Test - GoogleTest - Google Testing and Mocking Framework

CppUTest - CppUTest unit testing and mocking framework for C/C++

Unity Test API - Simple Unit Testing for C

Catch - A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

UnitTest++ - A lightweight unit testing framework for C++

gdb-frontend - ☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

utest.h - 🧪 single header unit testing framework for C and C++

Boost.Test - The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

minUnit - Minimal unit testing framework for C