File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 1.0.0] - 2020-09-03
8+
9+ ### Added
10+
11+ - Added lib ` java-ast ` version 0.3.0
12+ - Generate the mocked arguments to constructor
13+ - Generate a test case for each public method
14+ - Declare variables used in test case (arguments and result)
15+
716## [ 0.2.1] - 2020-09-02
817
918### Changed
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ import org.mockito.Mock;
120120
121121public class ObjectServiceTest {
122122 @Mock
123- private Logger logger; // Won 't be imported at test class
123+ private Logger logger; // won 't be imported automatically
124124 @Mock
125125 private ObjectRepository repository;
126126
Original file line number Diff line number Diff line change 33 "publisher" : " wesleyegberto" ,
44 "displayName" : " Java Tests" ,
55 "description" : " Extension to help write tests in Java." ,
6- "version" : " 0.2.1 " ,
6+ "version" : " 1.0.0 " ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " https://github.com/wesleyegberto/vscode-java-tests.git"
You can’t perform that action at this time.
0 commit comments