You can not run your test methods in order as how they are written.
The point is test must be independent each other. JUnit doesn't encourage dependent tests.
But if you are very want...
There is the @FixMethodOrder annotation. Please, read the following Annotation Type FixMethodOrder