Stub - CI/CD用語集の定義
Stubは、テスト中に行われる呼び出しに対してあらかじめ定めた答えを返すtest doubleであり、実際の協力者なしに制御された入力を提供し、それがどう使われたかについてassertしません。
関連ガイド
Mock - CI/CD Glossary DefinitionA mock is a test double pre-programmed with expectations about how it should be called, failing the test if t…
Test Double - CI/CD Glossary DefinitionA test double is any stand-in object that replaces a real dependency in a test - the umbrella term covering m…
Fixture - CI/CD Glossary DefinitionA fixture is the fixed, known state a test sets up before running - sample data, configured objects, a prepar…