3 Star 0 Fork 1

Gitee 极速下载/log4sh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/kward/log4sh
克隆/下载
log4sh_test_base.sh 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kate Ward 提交于 2018-01-17 21:23 . Refactored 1.5.x series for GitHub.
#! /bin/sh
# $Id$
# vim:et:ft=sh:sts=2:sw=2
#
# Copyright 2008 Kate Ward. All Rights Reserved.
# Released under the LGPL (GNU Lesser General Public License)
# Author: [email protected] (Kate Ward)
#
# log4sh unit test for common appender functionality.
# load test helpers
. ./log4sh_test_helpers
#------------------------------------------------------------------------------
# suite tests
#
testNothing()
{
:
}
#------------------------------------------------------------------------------
# suite functions
#
oneTimeSetUp()
{
LOG4SH_CONFIGURATION='none'
th_oneTimeSetUp
}
setUp()
{
# reset log4sh
#log4sh_resetConfiguration
:
}
# load and run shUnit2
[ -n "${ZSH_VERSION:-}" ] && SHUNIT_PARENT=$0
. ${TH_SHUNIT}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/mirrors/log4sh.git
[email protected]:mirrors/log4sh.git
mirrors
log4sh
log4sh
master

搜索帮助