mirror of https://github.com/longtai-cn/hippo4j
parent
d329900599
commit
fedf02f011
@ -0,0 +1,16 @@
|
||||
package com.github.dynamic.threadpool.example.constant;
|
||||
|
||||
/**
|
||||
* Global test variables.
|
||||
*
|
||||
* @author chen.ma
|
||||
* @date 2021/8/15 21:06
|
||||
*/
|
||||
public class GlobalTestConstant {
|
||||
|
||||
public static final String CUSTOM_POOL = "custom-pool";
|
||||
|
||||
public static final String MESSAGE_PRODUCE = "message-produce";
|
||||
|
||||
public static final String MESSAGE_CONSUME = "message-consume";
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
package com.github.dynamic.threadpool.example.inittest;
|
||||
|
||||
/**
|
||||
* Global test variables.
|
||||
*
|
||||
* @author chen.ma
|
||||
* @date 2021/8/15 21:06
|
||||
*/
|
||||
public class GlobalTestConstant {
|
||||
|
||||
public static final String TEST_THREAD_POOL_ID = "custom-pool";
|
||||
|
||||
}
|
Loading…
Reference in new issue