Skip to content
  • This project
    • Loading...
  • Sign in

ethan / CAT

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • CAT
  • ..
  • hadoop
  • AllTests.java
  • ethan's avatar
    CAT_1.4.0 原始版本 · 9b3ddcc4
    ethan committed 2017-08-15 10:01:32 +0800
    9b3ddcc4 Browse Files
AllTests.java 227 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.dianping.cat.hadoop;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;

@RunWith(Suite.class)
@SuiteClasses({

})
public class AllTests {

}