Menu

#3 As a developer I want create a static Spring fixture for a test method

1.0
open
nobody
Story (5)
2012-07-25
2012-07-24
Pat
No

A static Spring fixture means that beans may be defined within the Spring fixture context and used as is - no need for any templating functionality.

Discussion

  • Pat

    Pat - 2012-07-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -0,0 +1 @@
    +A static Spring fixture means that beans defined within the Spring fixture context are saved as is - no need for any templating functionality
    
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,3 @@
    +A developer shoul;d have full control over fixture generation.
    +Suggest use of a 'builder' pattern that allows Spring defined beans to be saved by calls from the test
     A static Spring fixture means that beans defined within the Spring fixture context are saved as is - no need for any templating functionality
    
     
  • Pat

    Pat - 2012-07-25
    • summary: As a developer I want the test database to be populated with a static Spring fixture for a test method --> As a developer I want create a static Spring fixture for a test method
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1 @@
    -A developer shoul;d have full control over fixture generation.
    -Suggest use of a 'builder' pattern that allows Spring defined beans to be saved by calls from the test
    -A static Spring fixture means that beans defined within the Spring fixture context are saved as is - no need for any templating functionality
    +A static Spring fixture means that beans may be defined within the Spring fixture context and used as is - no need for any templating functionality.
    
     

Log in to post a comment.