Attach Stub Framework

Dynamically generates stub objects for your classes to support creating unit tests structured according to the 3A pattern (arrange/act/assert)
Download

Attach Stub Framework Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Ms-PL
  • Publisher Name:
  • Jwanagel
  • Operating Systems:
  • Windows All
  • File Size:
  • 6 KB

Attach Stub Framework Tags


Attach Stub Framework Description

The Attach Stub Framework will dynamically generate stub objects for your classes to support creating unit tests structured according to the 3A pattern (arrange/act/assert). Also supports refactoring (no string identifiers) and does not require interfaces. Unit tests are a way of life for my development activities, but some things have always bugged me about mock object frameworks: - They do not support using the 3A pattern (Arrange/Act/Assert) because both the Expect and Record style syntax effectively means specifying your Assert criteria in your Arrange. - The Record or Expect syntax never seemed intuitive or easy to read to me. - Some mock frameworks require an interface to mock a class. - Some mock frameworks use string identifiers which prevent using refactoring tools.


Attach Stub Framework Related Software