我想解決一個實驗,但我不知道發生了什麼事情。我必須做的是,我必須從目錄中導入一些文件名(.mp3's),然後使用文件名製作一些對象。我仍然堅持從目錄中獲取文件名。測試要求我 「規範化文件名只是MP3文件名不帶路徑」 測試如下: it 'normalizes the filename to just the mp3 filename with no path' do
test_music_
我正在通過unit testing the handle_{call,cast,info} callbacks測試GenServer。我的一個文檔測試 S的如下: @doc """
Call the GenServer to retrieve the initial workout
## Examples
我開始學習TDD。我剛剛從python開始進行單元測試。當我嘗試執行: [email protected]:~/pruebaTestPython$ python test_python_daily_software.py
----------------------------------------------------------------------
Ran 0 tests in
更新完整的解決方案: 的WebAPI控制器的方法,我要測試: using Microsoft.AspNet.Identity;
using System.Web.Http;
[Authorize]
public class GigsController : ApiController
{
private readonly IUnitOfWork _unitOfWork;
我有我的班級玩家和我的班級遊戲的紅寶石代碼,我正在打網球卡塔。 class Player
def score
if @player_one.points <3 and @player_two.points<3
"#{@player_one.score} #{@player_two.score}"
elsif @player_one.points == @p