Skip to content

Commit

Permalink
add comemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Sep 24, 2023
1 parent e0ba363 commit fade6db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ package fixenv
import "errors"

// Env - fixture cache engine.
// Env interface described TEnv method and need for easy reuse different Envs with
// same fixtures.
//
// The interface can be extended.
// Create own Envs with embed TEnv or the interface for auto-implement all methods
// in the future.
type Env interface {
// T - return t object of current test/benchmark.
T() T
Expand Down

0 comments on commit fade6db

Please sign in to comment.